From aa32296af8c7c2e414e840ace40a3f1a19577e3b Mon Sep 17 00:00:00 2001 From: "dan@guaranine.beaverton.ibm.com" Date: Wed, 30 Nov 2005 11:41:33 +0000 Subject: [PATCH] Enable console debug dumping so that we submit the oops generated by network-detach to the reporting site. --- .../network-attach/03_network_attach_detach_multiple_pos.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/xm-test/tests/network-attach/03_network_attach_detach_multiple_pos.py b/tools/xm-test/tests/network-attach/03_network_attach_detach_multiple_pos.py index e13e1ff135..1b00b32e41 100644 --- a/tools/xm-test/tests/network-attach/03_network_attach_detach_multiple_pos.py +++ b/tools/xm-test/tests/network-attach/03_network_attach_detach_multiple_pos.py @@ -24,6 +24,9 @@ except DomainError, e: # Attach a console to it try: console = XmConsole(domain.getName(), historySaveCmds=True) + # network-detach is crashing, so we enable console debugging + # for now, so that reports include the oops + console.debugMe = True except ConsoleError, e: FAIL(str(e)) -- 2.30.2